home *** CD-ROM | disk | FTP | other *** search
/ instant / instant (Getty Images) (1997).iso / mac / US English / na.ixf / FAXBACK.IXC < prev    next >
Encoding:
Text File  |  1997-08-18  |  3.4 KB  |  111 lines  |  [TEXT/LMAN]

  1. startup="
  2. test -e \"${init}\" \"1\" goto done
  3. set ini_file \"inst-n.ini\"
  4. rprofile -f ${ini_file} location area fb_location
  5. test ! -e \"${fb_location}\" \"\" goto done
  6. set init \"1\"
  7. popup @f100,100 location
  8. done:
  9. @set_area_N"
  10.  
  11. startup1="set fb_location location
  12. @set_area_N
  13. wprofile -f ${ini_file} location area ${fb_location}"
  14.  
  15. save_form="
  16. set fb_description fb_description
  17. set fb_jobno fb_jobno
  18. set fb_jobno fb_jobno
  19. set fb_imageuse fb_imageuse
  20. set fb_printrun fb_printrun
  21. set fb_imagesize fb_imagesize
  22. set fb_period fb_period
  23. set fb_promoting fb_promoting
  24. set fb_client fb_client
  25. set fb_dist fb_dist
  26. set fb_deadline fb_deadline
  27. set fb_publication fb_publication
  28. set fb_issue fb_issue
  29. set fb_cust_retail fb_cust_retail
  30. set fb_cust_travel fb_cust_travel
  31. set fb_cust_finance fb_cust_finance
  32. set fb_cust_manufacturing fb_cust_manufacturing
  33. set fb_cust_industrial fb_cust_industrial
  34. set fb_cust_it fb_cust_it
  35. set fb_cust_public fb_cust_public
  36. set fb_cust_other fb_cust_other
  37. set fb_cust_charity fb_cust_charity
  38. set fb_insertions fb_insertions
  39. set fb_front fb_front
  40. nop
  41. set fb_company fb_company
  42. wprofile -f ${ini_file} faxback company ${fb_company}
  43. set fb_nature fb_nature
  44. wprofile -f ${ini_file} faxback nature ${fb_nature}
  45. set fb_nametitle fb_nametitle
  46. wprofile -f ${ini_file} faxback nametitle ${fb_nametitle}
  47. set fb_address fb_address
  48. wprofile -f ${ini_file} faxback address ${fb_address}
  49. set fb_country fb_country
  50. wprofile -f ${ini_file} faxback country ${fb_country}
  51. set fb_phone fb_phone
  52. wprofile -f ${ini_file} faxback phone ${fb_phone}
  53. set fb_fax fb_fax
  54. wprofile -f ${ini_file} faxback fax ${fb_fax}
  55. set fb_email fb_email
  56. wprofile -f ${ini_file} faxback email ${fb_email}
  57. "
  58.  
  59. load_form="
  60. paste fb_description \"${fb_description}\"
  61. paste fb_jobno \"${fb_jobno}\"
  62. paste fb_imageuse \"${fb_imageuse}\"
  63. paste fb_printrun \"${fb_printrun}\"
  64. paste fb_imagesize \"${fb_imagesize}\"
  65. paste fb_period \"${fb_period}\"
  66. paste fb_promoting \"${fb_promoting}\"
  67. paste fb_client \"${fb_client}\"
  68. paste fb_dist \"${fb_dist}\"
  69. paste fb_deadline \"${fb_deadline}\"
  70. paste fb_publication \"${fb_publication}\"
  71. paste fb_issue \"${fb_issue}\"
  72. select fb_cust_retail -${fb_cust_retail}f
  73. select fb_cust_travel -${fb_cust_travel}f
  74. select fb_cust_finance -${fb_cust_finance}f
  75. select fb_cust_manufacturing -${fb_cust_manufacturing}f
  76. select fb_cust_industrial -${fb_cust_industrial}f
  77. select fb_cust_it -${fb_cust_it}f
  78. select fb_cust_public -${fb_cust_public}f
  79. select fb_cust_other -${fb_cust_other}f
  80. select fb_cust_charity -${fb_cust_charity}f
  81. paste fb_insertions \"${fb_insertions}\"
  82. test -e \"${fb_front}\" \"\" goto f1
  83. select fb_front -1
  84. goto f2
  85. f1: select fb_front_no -1
  86. f2: 
  87. rprofile -f ${ini_file} faxback company fb_company
  88. rprofile -f ${ini_file} faxback nature fb_nature
  89. rprofile -f ${ini_file} faxback nametitle fb_nametitle
  90. rprofile -f ${ini_file} faxback address fb_address
  91. rprofile -f ${ini_file} faxback country fb_country
  92. rprofile -f ${ini_file} faxback phone fb_phone
  93. rprofile -f ${ini_file} faxback fax fb_fax
  94. rprofile -f ${ini_file} faxback email fb_email
  95. paste fb_company \"${fb_company}\"
  96. paste fb_nature \"${fb_nature}\"
  97. paste fb_nametitle \"${fb_nametitle}\"
  98. paste fb_address \"${fb_address}\"
  99. paste fb_country \"${fb_country}\"
  100. paste fb_phone \"${fb_phone}\"
  101. paste fb_fax \"${fb_fax}\"
  102. paste fb_email \"${fb_email}\""
  103.  
  104. # helper for search screen for popup lists to select "keyword mode"
  105. popup_search="
  106.     select lb -d <dict: -d2 kw
  107.     select rb_kw
  108.     set cfield \"\"
  109.     paste tb \"\"
  110.     popup -f spopup"
  111.